Installing a new script language:
- In the registry create a new string key
HKEY_CURRENT_USER\Software\DigitalMATRIX\MyAlbum\Settings\ScriptEnginei
(with i starting at 1).
- Set the value of this key to the following text:
<Script>|<Script files name>|<Script files extension>
- <Script> is the name of the script engine (its CLSID).
- <Script files name> is the user friendly description of the script files.
- <Script files extension> is the file extension of files written in the language.
For instance for PerlScript:
ScriptEngine1 = PerlScript|PerlScript files (*.pls)|.pls